Skip to content

chore(deps-dev): bump ink-gradient from 3.0.0 to 4.0.0#213

Merged
sirmalloc merged 1 commit into
mainfrom
dependabot/bun/ink-gradient-4.0.0
Mar 15, 2026
Merged

chore(deps-dev): bump ink-gradient from 3.0.0 to 4.0.0#213
sirmalloc merged 1 commit into
mainfrom
dependabot/bun/ink-gradient-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Copy link
Copy Markdown
Contributor

Bumps ink-gradient from 3.0.0 to 4.0.0.

Release notes

Sourced from ink-gradient's releases.

v4.0.0

Breaking

  • Require Node.js 20 and Ink 6 8a7c3b5
  • Multiple top-level <Text> siblings are no longer collapsed into a single gradient span. If you relied on continuous gradients across sibling <Text> nodes, the output will differ.
    • Migration:
    • Before:
    <Gradient colors={['red', 'blue']}>
    	<Text>First</Text>
    	<Text>Second</Text>
    	<Text>Third</Text>
    </Gradient>
    • After:
    <Gradient colors={['red', 'blue']}>
    	<Text>{'First\nSecond\nThird'}</Text>
    </Gradient>

Fixes

  • Fix column layout c6e06c4
  • Fix using <Box> inside <Gradient> 8b65f10

sindresorhus/ink-gradient@v3.0.0...v4.0.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ink-gradient](https://github.com/sindresorhus/ink-gradient) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/ink-gradient/releases)
- [Commits](sindresorhus/ink-gradient@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: ink-gradient
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 9, 2026
@sirmalloc sirmalloc merged commit abb8038 into main Mar 15, 2026
6 checks passed
@sirmalloc sirmalloc deleted the dependabot/bun/ink-gradient-4.0.0 branch March 15, 2026 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant